fix(propagator): touch folder paths if permissions changed
authorJyrki Gadinger <nilsding@nilsding.org>
Wed, 21 May 2025 13:13:13 +0000 (15:13 +0200)
committerJyrki Gadinger <nilsding@nilsding.org>
Mon, 2 Jun 2025 12:53:00 +0000 (14:53 +0200)
commitb34408aff76707b9e0ddd5130044f9296927043f
tree95195ad66bc02faf40fde1fd953f33fbb71e10ea
parent012a6fc7d39655dddc11482322b1094f92e6bf1e
fix(propagator): touch folder paths if permissions changed

Extra safeguard to ensure that the usage of
`FileSystem::setFolderPermissions` won't start a new sync run if
FolderWatcher/inotify detects a change in the file metadata...

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
src/libsync/owncloudpropagator.cpp
test/syncenginetestutils.h
test/testallfilesdeleted.cpp
test/testblacklist.cpp
test/testsyncengine.cpp
test/testsyncmove.cpp